.. _`Fit Dataset (Experimental)`: .. _`com.sympathyfordata.advancedmachinelearning.fitdataset`: Fit Dataset (Experimental) `````````````````````````` .. image:: fit_ds.svg :width: 48 Trains a model by fitting to dataset. Documentation ::::::::::::: Creates a fitted model object from model input and dataset representation Definition :::::::::: Input ports ........... **in-model** model Input model **X** dataset Input dataset **sample_weights** 0 - 1, table sample_weights Output ports ............ **out-model** model Output model Implementation .............. .. automodule:: node_ml_application :noindex: .. class:: FitDataSet :noindex: